When you click on a slice, it animates out.
Is there any way to get it to animate back in automatically if you click another slice?
So only one slice can be out at a time.
Abhishek Puppalwar says:
Is there any way in which we can disabled displaying chart values on mouse hover?
How could I restart the animation by an click event?
Anjali says:
omar,
Animation is supported only during the initial chart render. But you can workaround this by re-creating the entire chart.
GHB says:
You need a new animation for line charts. As it is now, it looks like the chart loads very slowly instead of it being a fancy animation. You should make it appear instantly in an incorrect form, then slowly (or quickly) work its way to the correct line chart.
Sunil Urs says:
We’ll consider adding new animations in future versions. For now you can try speeding up the animation using animationDuration property of chart.
Anjali Khandelwal says:
please help me if u have any solution for my query..
have two data series in line chart but i want to apply animation duration only for one series. how to do?
manimaran.S says:
Animation is not working while changing data points dynamicaly in pie chart..is there is any possibilities to add animation…
Anjali Khandelwal says:
I have two data series in line chart but i want to apply animation duration only for one series. how to do? Is there any way..please help..thanks in advance..
Sanjoy says:
Sorry, Anjali
As of now animation duration is same for all dataSeries.
Anjali Khandelwal says:
Can u please tell me how to reduce initial delay in chart load id animation duration enabled?
Any help will be appreciated.
Anjali Khandelwal says:
Please help me to know that – How to reduce initial delay in chart load id animation duration enabled?
Any help will be appreciated.
why column and bar types cann’t be animated??
As of now animation is implemented only in pie charts… will be adding it for other charts in future versions…
Would love to see animation enabled in column bars and splines
When I use the alternate mode of setting data mentioned in “getting started”
it fails with this property:
chart.options.animationEnabled = false;
It doesnt work and I have 0 errors in console, Can you help me?
When you click on a slice, it animates out.
Is there any way to get it to animate back in automatically if you click another slice?
So only one slice can be out at a time.
Is there any way in which we can disabled displaying chart values on mouse hover?
You can use enabled property of toolTip for the same.
How could I restart the animation by an click event?
omar,
Animation is supported only during the initial chart render. But you can workaround this by re-creating the entire chart.
You need a new animation for line charts. As it is now, it looks like the chart loads very slowly instead of it being a fancy animation. You should make it appear instantly in an incorrect form, then slowly (or quickly) work its way to the correct line chart.
We’ll consider adding new animations in future versions. For now you can try speeding up the animation using animationDuration property of chart.
please help me if u have any solution for my query..
have two data series in line chart but i want to apply animation duration only for one series. how to do?
Animation is not working while changing data points dynamicaly in pie chart..is there is any possibilities to add animation…
I have two data series in line chart but i want to apply animation duration only for one series. how to do? Is there any way..please help..thanks in advance..
Sorry, Anjali
As of now animation duration is same for all dataSeries.
Can u please tell me how to reduce initial delay in chart load id animation duration enabled?
Any help will be appreciated.
Please help me to know that – How to reduce initial delay in chart load id animation duration enabled?
Any help will be appreciated.
Are you looking for animationDuration?